From 8d2f24dd42ef3b21e93057daae84b34a4f8cfd72 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 23 Nov 2013 19:24:14 +0100 Subject: [PATCH] Use canonical class name for SvgHandler and rename the test for consistency. Change-Id: I2f7582a73968687b92f5f45b2026aa27e043281f --- tests/phpunit/includes/media/SVGTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/includes/media/SVGTest.php b/tests/phpunit/includes/media/SVGTest.php index b28ee56c9b..e0fae71a4b 100644 --- a/tests/phpunit/includes/media/SVGTest.php +++ b/tests/phpunit/includes/media/SVGTest.php @@ -1,5 +1,6 @@ $this->backend ) ); - $this->handler = new SVGHandler; + $this->handler = new SvgHandler; } /** -- 2.20.1